TryParse Method

Summary
Tries to parse the string into an enumeration.
Syntax
C#
C++/CLI
public static bool TryParse( 
   string name 
) 
public: 
static bool TryParse(  
   String^ name 
)  

Parameters

name
The value to be parsed.

Return Value

True if the value can be converted to the specified type.

Requirements

Target Platforms

See Also

Reference

Enum<T> Class

Enum<T> Members

Help Version 22.0.2023.1.24
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Scu Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.